home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / dwarfx / dwarf24.lha / dwarfreply.amirx < prev    next >
Text File  |  1980-12-25  |  602b  |  21 lines

  1. /* DWaRFREPLy.AmIRX  By Gareth Murfin for DWaRFx
  2.    Concepts by GeRonImO/BrAiNWavE & N.S.C./Insane + Ger0
  3.    SENDS a fake 'reply' message to a user or whole channel!   */
  4.  
  5. parse arg channelnick text
  6.  
  7. text=substr(text,2)
  8. Call Setclip('DFxTIME',Time())
  9. if channelnick="" then do
  10.         "echo P="d2c(27)"b«DWaRFREPLy» specify a nick dog head"
  11. exit
  12. end
  13.  
  14. if text="" then do
  15.         "echo P="d2c(27)"b«DWaRFREPLy» You need to specify text you gimp!."
  16. exit
  17. end
  18.  
  19. "echo P="d2c(27)"b«DWaRFREPLy» "Text" sent to "channelnick" curtesy of |DWaRFx|."
  20. "Raw" "NOTICE "||channelnick||" :"||"01"X||text||"01"X||"0a"X
  21.